home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ May 89 / U0068-Re Memory Error-May89 < prev    next >
Encoding:
Text File  |  1989-06-26  |  978 b   |  32 lines  |  [TEXT/GEOL]

  1. Item    3211599                         30-May-89        10:09
  2.  
  3. From:   MOOF                            Rollin, Keith A, APL
  4.  
  5. To:     D2987                           Command Central, R Andrews, PRT
  6.         MACAPP.TECH$                    MACAPP Tech
  7.  
  8. Sub:    Re: Memory Error
  9.  
  10. Your problem with -108 errors is probably caused by a known problem. Check out
  11. page 5 or so of your MPW Pascal release notes:
  12.  
  13. Fatal Memory Errors
  14. -------------------
  15. Pascal sometimes has problems growing it’s internal heap when the MPW heap
  16. becomes fragmented and Pascal aborts with:
  17.  
  18.    Fatal Memory Error!  Error #-108
  19.  
  20. Usually the compile will work the second time around.  However, if this happens
  21. frequently you can initialize a larger internal heap by changing Pascal’s HEXA
  22. resource #11.
  23.  
  24. Work around:  Try to compile again or use ResEdit to change Pascal’s HEXA
  25. resource to a larger value (such as $00018000).
  26.  
  27. Hope this helps,
  28.  
  29. - Keith Rollin
  30. - Apple Developer Technical Support
  31.  
  32.